home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LOC / ABOUTLOC.H < prev    next >
Text File  |  1991-10-04  |  255b  |  10 lines

  1. /* AboutLOCCounter.h -- Modal one-shot dialog */
  2. /* Created 10/4/91 10:40 AM by AppMaker */
  3.  
  4. typedef struct {
  5.                 short        dummyField;
  6. } AboutLOCCounterRec, *AboutLOCCounterPtr;
  7.  
  8. /*----------*/
  9. void GetAboutLOCCounter (AboutLOCCounterRec    *AboutLOCCounter);
  10.